projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7e4e8
)
(command_loop_1): Don't do it here.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 14 May 1993 19:43:05 +0000
(19:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 14 May 1993 19:43:05 +0000
(19:43 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 09305ff14517404202df1f7bfe7fd3670727817a..bd418433489eea0c3f7151ce4654437a50a222f1 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-943,6
+943,7
@@
command_loop_1 ()
if (! NILP (Vlucid_menu_bar_dirty_flag))
call0 (Qrecompute_lucid_menubar);
+#if 0 /* This is done in xdisp.c now. */
#ifdef MULTI_FRAME
for (tem = Vframe_list; CONSP (tem); tem = XCONS (tem)->cdr)
{
@@
-969,6
+970,7
@@
command_loop_1 ()
}
}
#endif /* MULTI_FRAME */
+#endif /* 0 */
/* Read next key sequence; i gets its length. */
i = read_key_sequence (keybuf, (sizeof keybuf / sizeof (keybuf[0])), 0);